remove_or_null

function remove_or_null(key: K): V?

Removes a key-value pair from the map, returning null if the key is not found.

Since

0.11.0

Parameters

key

The key of the pair to remove.